home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Formula1.swf / scripts / DefineButton2_118 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-07-27  |  405 b   |  22 lines

  1. on(release){
  2.    loadVariablesNum("http://vodafone.panlogic.co.uk/play_game_home.html",0);
  3.    if(eval("/:username").length == 0)
  4.    {
  5.       tellTarget("_root.usernm_clip.abla")
  6.       {
  7.          play();
  8.       }
  9.    }
  10.    else if(eval("/:username").indexOf("&") >= 0)
  11.    {
  12.       tellTarget("_root.usernm_clip.ablee")
  13.       {
  14.          play();
  15.       }
  16.    }
  17.    else
  18.    {
  19.       play();
  20.    }
  21. }
  22.